home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / NextDeveloper / Headers / mach / features.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-30  |  919 b   |  23 lines

  1. /*
  2.  * Mach Operating System
  3.  * Copyright (c) 1987 Carnegie-Mellon University
  4.  * All rights reserved.  The CMU software License Agreement specifies
  5.  * the terms and conditions for use and redistribution.
  6.  *
  7.  */
  8. /*
  9.  *  This file is used to pick up the various configuration options that affect
  10.  *  the use of kernel include files by special user mode system applications.
  11.  *
  12.  *  The entire file (and hence all configuration symbols which it indirectly
  13.  *  defines) is enclosed in the (KERNEL && !KERNEL_BUILD) conditional to
  14.  *  prevent accidental interference with normal user applications.  Only
  15.  *  special system applications need to know the precise layout of 
  16.  *  internal kernel structures and they will explicitly set the appropriate 
  17.  *  flags to obtain the proper environment.
  18.  */
  19.  
  20. #if    defined(KERNEL) && !defined(KERNEL_BUILD)
  21. #import <mach/machine/features.h>
  22. #endif    defined(KERNEL) && !defined(KERNEL_BUILD)
  23.